// 公共部分

.list_ul {
    overflow: hidden;

    ul {
        display: flex;
        flex-wrap: wrap;


        li {

            box-sizing: border-box;

            a {
                display: block;

            }

        }
    }
}

@color: #008082;

@font-face {
    font-family: fontm;
    src: url(../font/060-CAI978.ttf);
}

@font-face {
    font-family: helv;
    src: url(../font/HelveticaObl-Heavy_0.ttf);
}

.transition {
    transition: all ease-in-out 0.3s;

}

.img-transform {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.big_img {
    .img {
        overflow: hidden;

        img,
        h1,
        h2,
        h3,
        h4,
        h5 {
            .transition;
        }
    }

    &:hover img {
        .img-transform;
    }

    &:hover h1,
    &:hover h2,
    &:hover h3,
    &:hover h4 &:hover h5 {
        color: @color;
    }
}

.con1400 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.con1300 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.con1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

// 公共结束
.head_wap {
    display: none;
}

.head {
    .con1300 {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .nav ul {
            display: flex;

            li {
                padding: 0 10px;

                a {
                    padding: 0 20px;
                    font-size: 16px;
                    color: #484848;
                    &:hover,
                    &.hover{
                        color: @color;
                    }
                }
            }
        }

        .pc_tel {
            width: 220px;

            p {
                line-height: 80px;
                background-color: @color;
                display: flex;
                align-items: center;
                justify-content: center;

                span {
                    color: #fff;
                    padding-left: 26px;
                    display: block;
                    background: url(../images/tel.png) no-repeat center left;
                }
            }

            ul {
                display: flex;

                li {
                    width: 50%;
                    padding: 0;

                    a {
                        display: block;
                        line-height: 60px;
                        color: #fff;
                        text-align: center;

                    }

                    &:first-child a {
                        background-color: #b5b5b5;
                    }

                    &:last-child a {
                        background-color: #989898;
                    }
                }
            }
        }
    }
}

// 首页为什么选择我们

.i_type {
    h1 {
        font-size: 48px;
        text-align: center;
    }

    h2 {
        font-size: 32px;
        color: #888787;
        text-align: center;
        margin-bottom: 3%;
    }
}

.i_choose {
    padding: 4% 0 2% 0;

    .con1300 {
        ul {
            margin: 0 -15px;

            li {
                padding: 15px;
                width: 25%;

                a {
                    display: block;
                    position: relative;
                    padding-top: 60px;
                    height: 100%;

                    .icon {
                        position: absolute;
                        left: 0;
                        top: 0;
                        text-align: center;
                        line-height: 80px;
                        font-size: 24px;
                        color: #fff;
                        font-weight: bold;
                        width: 70px;
                        height: 80px;
                        background: url(../images/choose_icon.png) no-repeat center;
                    }

                    .cont {
                        padding: 16px;
                        background-color: #f5f5f5;
                        height: 100%;

                        h1 {
                            font-size: 24px;
                            color: #008082;
                            line-height: 50px;
                            background: url(../images/icon.jpg) no-repeat bottom left;
                        }

                        h2 {
                            padding: 20px 0 5px 0;
                            color: #000;
                            font-size: 16px;
                        }

                        .sum {
                            line-height: 26px;
                            color: #707070;
                        }
                    }
                }
            }
        }

    }
}

.i_pro {
    padding: 4% 0 3% 0;
    background: url(../images/pro_bj.jpg) no-repeat center;

    .con1300 {
        .pro_main {
            display: flex;

            .pro_left {
                width: 24%;

                ul {
                    li {
                        margin-bottom: 6px;

                        a {
                            padding-left: 26px;
                            display: block;
                            line-height: 50px;
                            background-color: #ccc;
                            font-size: 16px;
                            color: #5a5a5a;
                            .transition;

                            &:hover {
                                background-color: @color;
                                color: #fff;
                            }
                        }

                        &:first-child a {
                            background-color: @color;
                            color: #fff;
                        }
                    }
                }
            }

            .pro_list {
                width: 76%;
                padding-left: 60px;
                box-sizing: border-box;

                .pro_type {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding-bottom: 20px;
                    border-bottom: 1px solid #ccc;

                    h1 {
                        font-size: 16px;
                    }
                }

                ul {
                    margin: 0 -20px;
                    padding: 3% 0;

                    li {
                        padding: 20px;
                        width: 33.33%;

                        a {
                            display: block;

                            &:hover h1 {
                                color: @color;
                            }
                        }

                        h1 {
                            text-align: center;
                            padding: 10px 0;
                            width: 100%;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }
                    }
                }

            }
        }

    }
}

// 关于我们
.i_about {
    padding: 4% 0 3% 0;

    .con1300 {
        .ab_cont {
            display: flex;

            .img {
                width: 42%;

                img {
                    display: block;

                    &:last-child {
                        padding-top: 18px;
                    }
                }
            }

            .cont {
                width: 58%;
                padding-left: 40px;

                .sum {
                    line-height: 34px;
                }

                a {
                    display: block;
                    line-height: 50px;
                    margin-top: 36px;
                    background: url(../images/more_icon.png) no-repeat left bottom;
                }
            }
        }
    }
}

.i_pictu {
    padding: 4% 0 3% 0;
    background: url(../images/picture_bj.jpg) no-repeat center;
    .con1300 {

        .swiper_pic {
            .swiper-slide{
                text-align: center;
                font-size: 18px;
                // background: #fff;
                /* Center slide text vertically */
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                transition: 300ms;
                transform: scale(0.8);
                a{
                    display: block;
                }
                h1{
                    line-height: 40px;
                    text-align: center;
                    width: 100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
            }
            .swiper-slide-active,
            .swiper-slide-duplicate-active {
                transform: scale(1);
            }

            .pic_icon{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateY(-50%);
                transform: translateX(-50%);
                width: 520px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                .swiper-button-white{
                    font-size: 30px;
                    font-family: "simsun";
                    font-weight: bold;
                    margin-top: -40px;
                    cursor: pointer;
                }
            }
        }
    }
}


.i_news{
    padding: 4% 0 3% 0;
    .news_list{
        display: flex;
        justify-content: space-between;
        .news_one{
            width: 100%;
            max-width: 590px;
            .title{
                display: flex;
                justify-content: space-between;
                align-items: center;
                h1{
                    font-size: 20px;
                }
                
            }
            .sum{
                margin: 16px 0;
                overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
            }
        }
        ul{
            width: 100%;
            max-width: 650px;
            li{
                a{
                    display: block;
                    padding: 20px 0;
                    border-bottom: 1px solid #ccc;
                    .title{
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }
                    h1{
                        font-size: 20px;
                    }
                    .sum{
                        margin: 16px 0;
                        line-height: 26px;
                        color: #626262;
                overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
                    }
                }
            }
        }
    }
}

.footer{
    padding: 4% 0 0 0;
    background: url(../images/foo_bj.jpg) repeat center;
    .con1300{
        display: flex;
        .foo_logo{
            width: 32%;
            
             
            .qd{
                text-align: center;
                max-width: 180px;
                margin: 24px auto;
                img{
                    padding: 12px;
                    background:rgba(255,255,255,0.15);
                }
            
        
            }
        }

        .foo_crt{
            width: 20%;
            padding:0 50px;
            box-sizing: border-box;
            h1{
                font-size: 18px;
                color: #fff;
                margin-bottom: 24px;
            }
            ul{
                li{
                    a{
                        display: block;
                        line-height: 40px;
                        color: #fff;
                    }
                }
            }
        }

        .foo_info{
            width: 28%;
            h1{
                font-size: 18px;
                color: #fff;
                margin-bottom: 24px;
            }
            .info{
                line-height: 28px;
                color: #fff;
            }
        }
    }

    .foo_bottom{
        margin-top: 2%;
        border-top:1px solid #ccc;
        .con1300{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        a{
            display: block;
            line-height: 46px;
            color: #f5f5f5;
            padding:0 20px;
        }
    }
}

.tabbar{
    
    background:url(../images/pub_bj.jpg) no-repeat center;
    .con1300{
        display: flex;
        height: 200px;
        justify-content: space-between;
        align-items: center;
        .pub_type{
            h1{
                font-size: 40px;
                color: #515151;
            }
            h2{
                font-size: 26px;
                text-transform: uppercase;
                color:#888787;
            }
        }
        .pub_left{
            ul{
                display: flex;
                li{
                    a{
                        display: block;
                        font-size: 18px;
                        padding:0 25px;
                        &:hover,
                        &.hover{
                            color: @color;
                        }
                    }
                }
            }
        }
    }
}

.pub_tit{
    padding:4% 0 2% 0;
    h1{
        font-size: 30px;
        text-align: center;
    }
    h2{
        font-size: 30px;
        color: #888787;
        text-align: center;
        text-transform: uppercase;
    }
    .sum{
        padding: 2% 0;
        line-height: 28px;
        text-align: center;
    }
}

.about{
    .content{
        line-height: 30px;
    }
    .photo{
        padding: 4% 0;
        ul{
            li{
                padding:0 50px;
                width: 33.33%;
                border-right: 1px solid #ccc;
                &:last-child{
                    border:none;
                }
                a{
                    display: block;
                    h1{
                        text-align: center;
                        font-size: 20px;
                        padding: 4% 0;
                    }
                    .sum{
                        line-height: 26px;
                    }
                }
            }
        }
    }
}

.culture{
    .list_ul{
        ul{
            margin: -15px;
            li{
                padding: 15px;
                width: 33.33%;
                a{
                    display: block;
                    position: relative;
                    .box{
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        height: 100%;
                        width: 100%;
                        background:rgba(0,0,0,0.4);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        .cont{
                            text-align: center;
                            h1{
                                text-align: center;
                                font-size: 30px;
                                color: #fff;
                                padding-bottom: 24px;
                            }
                        }
                    }
                }
            }
        }
    }
}


.honor{
    .list_ul{
        ul{
            margin: -15px;
            li{
                padding: 15px;
                width:25%;
                a{
                    display: block;
               
                    h1{
                        text-align: center;
                        font-size: 30px;
                        color: #fff;
                    }
                      
                }
            }
        }
    }
}


.product_left{
    width: 282px;

    .pro_type{
        margin-bottom: 40px;
       h2{
        font-size: 34px;
        font-family: Arial;
        line-height: 36px;
        i{
            color: @color;
        }
       }
       h1{
           font-size: 36px;
           line-height: 50px;
       }
    }

    ul{
        .lis{
            margin-bottom: 8px;
            &>a.treeone{
                display: flex;
                border:1px solid #ccc;
                line-height: 40px;
                padding:0 20px;
                font-size: 16px;
                justify-content: space-between;
                align-items: center;
                
            }
            ul.uls2{
                padding: 10px;
                li.lis2{
                    a.treetwo{
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        line-height: 40px;
                        padding:0 10px;
                        border-bottom: 1px dashed #ccc;
                         &:hover,
                                &.hover{
                                    color: @color;
                                }
                    }
                    .uls3{
                        padding:10px 0;
                        display: none;
                        li{
                            a{
                                display: block;
                                line-height: 30px;
                                padding-left: 40px;
                                &:hover,
                                &.hover{
                                    color: @color;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


.products{
    // padding: 4% 0;
    background: url(../images/pro_read.jpg) repeat center;
    .con1300{
        // display: flex;
        // justify-content: space-between;
    
        .products_list{
            display: flex;
            justify-content: space-between;
        }
        .list_ul{
            width: 100%;
            max-width: 910px;

            .path{
                padding-bottom: 32px;
                border-bottom: 1px solid #ccc;
                a{
                    font-size: 23px;
                    text-align: right;
                    color: #5e5e5e;
                    display: block;
                    padding-right: 38px;
                    background: url(../images/path_icon.png) no-repeat center right;
                }
            }
            ul{
                margin:-20px;
                li{
                    padding: 20px;
                    width: 33.33%;
                    a{
                        display: block;
                        .img{
                            border:1px solid #ccc;
                        }
                        .title{
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            padding:0 10px;
                        }
                        h3{
                            line-height: 50px;
                            font-size: 16px;
                            width: 100%;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }
                        p{
                            line-height: 50px;
                        }
                    }
                }
            }
        }
    }
}


.products_read{
    padding: 4% 0 2% 0;
    .con1300{
        .pro_main{
            display: flex;
            justify-content: space-between;
            .main_left{
                width: 100%;
                max-width: 630px;
                h1{
                    font-size: 36px;
                    color: @color;

                }
                .feature{
                    h2{
                        font-size: 20px;
                        color: #797979;
                        margin: 2% 0 4% 0;
                    }
                    .f_cont{
                        line-height: 24px;
                    }
                }
            }
            .pro_img{
                width: 100%;
                max-width: 648px;
                // display: flex;
                .swiper_pro{
                    max-width: 480px;
                    border:1px solid #ccc;
                }
                #thumbs{
                    overflow: hidden;
                    max-width: 480px;
                    margin: 10px auto;
                    .swiper-slide{
                        border:1px solid #ccc;
                    }
                    .swiper-slide-thumb-active{
                        border:1px solid @color;
                    }
                }
                // #thumbs{
                //     width: 148px;
                //     &>div{
                //         flex-direction: column;
                //     }
                //     .swiper-wrapper{
                //         margin: -5px 0;
                //     }
                //     .swiper-slide{
                //         height: auto;
                //         padding:5px 0;
                //         img{
                //             border:1px solid #ccc;
                //         }
                //     }
                // }
            }
        }

        
    }
}




.picture{
    .list_ul{
        ul{
            margin: -15px;
            li{
                padding: 15px;
                width: 33.33%;
                a{
                    display: block;
                   
                   
                            h1{
                                text-align: center;
                                font-size: 16px;
                                width: 100%;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                            }
                     
                }
            }
        }
    }
}
.strength{
    padding: 4% 0 2% 0;
    ul{
        li{
            margin-bottom: 40px;
            .box{
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                i{
                    width: 70px;
                    height: 80px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    font-size: 24px;
                    background:url(../images/choose_icon2.png) no-repeat center;
                }
                .cont{
                    width: 1210px;
                }
                h1{
                    font-size: 18px;
                    margin-bottom: 10px;
                    color: #000;
                }
                .detail{
                    font-size: 16px;
                    color: #5a5a5a;
                    line-height: 28px;
                }
            }
        }
        
    }
    .img_list{
        ul{
            display: flex;
            justify-content: space-between;
        }
    }
}


.equip{
    padding: 4% 0 2% 0;
    .list_ul{
        ul{
            margin: -15px;
            li{
                padding: 15px;
                width: 33.33%;
                a{
                    display: block;
                   
                   
                            h1{
                                text-align: center;
                                font-size: 16px;
                                width: 100%;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                            }
                     
                }
            }
        }
    }
}




.news{
    padding: 4% 0 2% 0;
        .news_list{
            ul{
                li{
                    a{
                        display: block;
                        padding: 2% 0;
                        border-bottom: 1px solid #ccc;
                        h3{
                            font-size: 18px;
                            width: 100%;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }
                        p{
                            line-height: 40px;
                        }
                    }
                }
            }
        }
    
}

// 新闻详情


.news_read {
    padding: 4% 0;
    // background-color: #f7f7f7;
  }
  .news_read .news_typename h1 {
    font-size: 22px;
    text-align: center;
  }
  .news_read .news_typename .time {
    text-align: center;
    color: #747474;
    padding: 14px 0;
  }
  .news_read .read_con {
    padding-bottom: 40px;
    line-height: 24px;
  }
  .news_read .cc_book {
    padding: 40px 0;
    margin-top: 20px;
    border-top: 1px solid #ccc;
  }





  .contact{
      padding:4% 0 2% 0;
    .contact_info{
        .info{
            display: flex;
            padding: 3% 0;
            .cont{
                width: 42%;
                line-height: 28px;

                h1{
                    font-size: 30px;
                    line-height: 60px;
                    color: @color;
                }
            }
            
        }
    }
}
.leave{
    // padding-top: 4%;
    .mess_form{
      width: 870px;
    //   margin: 3% auto;
      p{
        display: flex;
        margin-bottom: 34px;
        align-items: center;
        justify-content: space-between;
        input{
          width: 46%;
          padding:0 8px;
          line-height: 40px;
          border:1px solid #ccc;
        }
      }
  
      textarea{
        width: 100%;
        border:1px solid #ccc;
        box-sizing:border-box;
        padding: 8px;
        line-height: 40px;
        height: 200px;
      }
  
  
  
  }
  .submit input {
      display: block;
      width: 120px;
      line-height: 36px;
      text-align: center;
      background-color: @color;
      color: #fff;
      margin: 20px auto 6% auto;
  }
  }
